3 ActiveX... 4 Java Applet... 5 Control 6 Control 7 ActiveX 8 JavaApplet 9 Sprite 10 Icon 11 ActiveX Xtra Alert 15 The user interface portion of the ActiveX Xtra could not be loaded. 16 Access to ActiveX objects is prevented by system security settings. 17 nothing 18 an integer 19 a float 20 a string 21 returns 22 Parameter 23 xtra ActiveX\nnew object me\n-- ActiveX Xtra --\n 24 * ActiveXInstalled -- Returns -1 if ActiveX support is installed, otherwise 0.\n 25 * ActiveXSecurityDialog -- Displays a dialog box for the user to set ActiveX security settings.\n 26 * ActiveXSecuritySetting -- Returns ActiveX security setting: 'High', 'Medium', or 'None'.\n 27 * ActiveXDownloadSetting -- Returns ActiveX download setting: 'Enabled' or 'Disabled'.\n 28 * ActiveXControlQuery string CLASSID -- Returns -1 if the ActiveX control is installed, otherwise 0.\n 29 * ActiveXControlDownload string CLASSID, string URL, integer ver1, integer ver2, integer ver3, integer ver4 -- Downloads a particular version of the specified ActiveX control from a URL. Returns -1 if the download succeeded, otherwise 0.\n 30 * ActiveXControlRegister string FILENAME -- Locates the specified control file on the application path and calls the DllRegisterServer entry point. Typically, this will install an ActiveX control that is self registering. Returns -1 if the install succeeded, otherwise 0.\n 31 * ActiveXControlUnregister string FILENAME -- Locates the specified control file on the application path and calls the DllUnregisterServer entry point. Typically, this will uninstall an ActiveX control that is self registering. Returns -1 if the install succeeded, otherwise 0. 32 None 33 High 34 Medium 35 Disabled 36 Enabled 37 True 38 False 39 is